home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / sv33a.zip / README.TXT < prev    next >
Text File  |  1995-11-12  |  6KB  |  159 lines

  1.  
  2. Thank you for your interest in Source View V3.3a.  This file
  3. is the latest addendum for the current release.
  4.  
  5. 1. What's new in Source View V3.3a?
  6.  
  7.    1a. Tabular text block operation is  the  latest  feature
  8.        offered in V3.3. You can now mark, copy,  move,  save
  9.        search and replace any  desire  number  of  rows  and
  10.        columns of text.
  11.  
  12.    1b. The Mark to End of Lines [Ctrl K E] function designed
  13.        specifically for tabular text block makes it easy  to
  14.        capture text, like program comment, that start  at  a
  15.        fixed column but have variable length.
  16.  
  17.    1c. Variable tab size of 2, 4 and 8 is now supported.
  18.  
  19.    1d. The Status Line Text setup option is added  to  allow
  20.        helpful hints to be displayed in the edit screen.
  21.  
  22.    1e. A new command buffer  is  added  for  the  main  menu
  23.        function File-Command to allow recalling of the  last
  24.        command.
  25.  
  26.    1f. A TCC/BCC Patch is added to Setup to work around  the
  27.        problems with the two  Borland  C/C++  compiler  when
  28.        using Run-time File Access Interface.
  29.  
  30.    1g. In cascade mode, file windows are nolonger rearranged
  31.        after a file is closed.
  32.  
  33. 2. Even though a lot of the  features  in  Source  View  are
  34.    designed for programmers, you  can  also  use  it  as  an
  35.    advance text  editor.  Another  good  way  of  using  the
  36.    editing power of Source  View  is  software  integration.
  37.    Many  programs  allow  users  to  designate   an   editor
  38.    replacement. For example:
  39.  
  40.    2a. The 1Word editor in XTGOLD can edit only one file  no
  41.        larger than 64K.  You can designate  Source  View  as
  42.        a replacement in the  configuration  (Alt-F10)  under
  43.        item "Editor program:".
  44.  
  45.    2b. The  PCEdit  in  ProComm  Plus  also  has  the   same
  46.        limitation and can be  replaced  by  Source  View  in
  47.        SETUP UTILITY (Alt-S) under item  FILE/PATH  Options.
  48.        The QLEdit in QuickLink II/Fax can be replaced  in  a
  49.        similar manner.
  50.  
  51.    2c. The default editor  in  FoxPro  can  be  replaced  by
  52.        adding the following line to CONFIG.FP:
  53.        
  54.      TEDIT = /0 SV.COM
  55.  
  56. 3. You might know the SysEdit program in Windows  3.1  which
  57.    automatically opens the four system  files  for  DOS  and
  58.    Windows.  Here is a tip on how you can do it in DOS  with
  59.    Source View:
  60.  
  61.    3a. Create a one-line batch file SYSED.BAT as follows:
  62.  
  63.      @SV C:\WINDOWS\SYSTEM.INI C:\WINDOWS\WIN.INI C:\AUTOEXEC.BAT C:\CONFIG.SYS
  64.  
  65.    3b. Place both  SYSED.BAT  and  SV.COM  in  one  of  your
  66.        directories included in your PATH.
  67.        
  68.    3c. At any DOS prompt, type SYSED <CR>.
  69.  
  70. 4. All Source View opened files  must  fit  in  conventional
  71.    memory.  Therefore, the total size of all open files  can
  72.    not exceed 640K.  The maximum number  of  open  files  is
  73.    only subject to memory availability.
  74.  
  75.    Source View works fine in the DOS Window of Windows  3.x.
  76.    Further, the Paste function in the system menu (Edit)  of
  77.    the DOS Window also works well, provided that the  Indent
  78.    Mode must be turned off to allow correct  pasting.  Using
  79.    this function, the Source View  Editor  can  receive  any
  80.    text contents from the Windows clipboard.
  81.  
  82.    Certain video cards' Windows 3.x drivers were  improperly
  83.    written such that they  cause  Windows  to  report  error
  84.    message "Application cannot access video memory..."  when
  85.    running Source View in a DOS Window.  For  example,  most
  86.    video cards using Cirrus Logic chipsets,  including  most
  87.    Dell computers with integrated  local  bus  video  cards,
  88.    exhibit such problem.  A workaround to this problem is as
  89.    follows: in  the  coresponding  PIF  file  (DOSPRMPT.PIF,
  90.    _DEFAULT.PIF or SV.PIF), select the "Low Graphics"  radio
  91.    button in the Video Memory  section;  check  the  "Retain
  92.    Video Memory" checkbox in the Display Options section (in
  93.    the Advanced dialog).
  94.  
  95. 5. A number of bugs in V3.2x were fixed:
  96.  
  97.    5a. Undo fails when typing over  old  text  in  Overwrite
  98.        Mode and exceeding the end of original line.
  99.  
  100.    5b. Help on "Editor Setup Menu" scrolls up when the  last
  101.        text is longer than the width of the window.
  102.        
  103.    5c. Incorrectly displays the default key  assignment  for
  104.        Mark Position (1-4) function in Help and Setup.
  105.  
  106.    5d. Source View now assumes DOS new-line  format  if  the
  107.        file has only one line and without CRLF or NL,  where
  108.        before it assumes Unix new-line format.
  109.  
  110.    5e. Duplicate file can be opened for edit (not Read-only)
  111.        after undo a Rename Current File [Ctrl O N] action.
  112.  
  113. 6. Since the first shareware version (V3.0i) of Source  View
  114.    published in 1993,  the  response  I  received  has  been
  115.    minimum.  It is obvious to me that the golden age of  DOS
  116.    text mode software has come  and  gone.  I  have  decided
  117.    that V3.x is the last version of Source View for DOS.
  118.  
  119.    A 16-bit version of Source View for Windows is  currently
  120.    under development.  It is written in C++, and I  plan  to
  121.    offer it in two parts: one is the Source View Editor Core
  122.    which includes all editing functions in  DLL  or  OBJ/LIB
  123.    form, along with complete documentations; the second part
  124.    is the front end GUI based on  the  Microsoft  Foundation
  125.    Class, complete with all source  code  and  resources.  A
  126.    32-bit version will also be developed when Windows 95  is
  127.    available.
  128.  
  129.    I have selected the SimTel  Software  Repository  as  the
  130.    primary release site for current and future  versions  of
  131.    Source View.  Other shareware publishing channels that  I
  132.    use include PC-SIG Library and JCS Marketing  (now  owned
  133.    by OWOBOPTE Industries, Inc.).
  134.  
  135.     Publisher:    SimTel Software Repository
  136.     FTP site:    ftp.coast.net (anonymous)
  137.     Directory:    SimTel/msdos/editor
  138.     File name:    sv33a.zip
  139.  
  140.     Publisher:    PC-SIG Library
  141.     Address:    1030 D East Duane Ave.
  142.             Sunnyvale, CA. 94086-2600
  143.     Phone:        (408)730-9291
  144.     Fax:        (408)730-2107
  145.  
  146.     Publisher:    JCSM Shareware Collection
  147.     Address:    OWOBOPTE Industries Inc.
  148.             3101 Sibley Memorial Hwy.
  149.             Eagan, MN. 55121
  150.     Phone:        (612)686-0405
  151.     Fax:        (612)686-0312
  152.  
  153.    If you have any feedback, feel free to write  to  me  via
  154.    internet "michaelc@miti.com", or by mail:
  155.  
  156.     Michael W. Chen
  157.     11309 Elmcrest Street
  158.     El Monte, CA. 91732
  159.